home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #8 / 1999 CD 8 (black).iso / maskdemo / DATA1.CAB / Program_Executable_Files / Daventry / KQ / WATERTP.CS < prev    next >
Encoding:
Text File  |  1998-12-15  |  896 b   |  31 lines

  1. echo $1 $2
  2. if test $2 == On
  3.    preloadShape c_wtdie1.kqs
  4.    preloadShape c_wtdie2.kqs
  5.    setThirdPerson
  6.    move Connor 0 157991 307529 14068 0 0 0
  7.    move KQCamera 0 158458 299500 16000 -.3 0 0
  8.    handsOff 1
  9.    getEndLoop Connor $1 1
  10.    KQCamera::follow none
  11.    KQGame::letCatchUp
  12.    # jeffo - kill Connor with special with KillConnor.
  13.    KQMonster::setState Connor special 'AnimList=c_wtdie.anm,AnimListOn,c_wtdie1,c_wtdie2,KillConnor'
  14. else if test $2 == Cue
  15.    if test $3 == 300
  16.       if test $5 == c_wtdie1
  17.          move KQCamera 0 163242 301300 15900 -.5 0 1.8
  18.       else if test $5 == c_wtdie2
  19.          # jeffo - Connor was killed by special KillConnor.
  20.          # KQMonster::setState Connor die now
  21.          getEndLoop Connor $1 0
  22.          # KQCamera::follow Connor
  23.          # handsOff 0
  24.          # setThirdPerson
  25.       endif
  26.       endif
  27.    endif
  28. endif
  29. endif
  30.  
  31.